@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;600&display=swap');

html,body {
	color: #22272b;
	font-family: public sans, arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

#header{
	border-bottom: 1px solid #f2f2f2;
	border-top: 34px solid #002664;
}

#header a, #header a:link, #header a:visited, #header a:hover, #header a:active, #header a:focus {
	background-color: transparent;
	border: none;
	display: block;
	outline: 3px solid transparent;
	text-decoration: none;
}

#header a:focus{
	background-color: transparent;
	outline: 3px solid #0085b3;
}

#logo {
	margin: 0 auto;
	width: 960px;
}

#logo img{
	display: inline;
	vertical-align: middle;
}

#logo p{
	color: #002664;
	display: inline;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 0 40px;
	vertical-align: middle;
}

#logo-link{
	width: fit-content;
	padding:20px 0;
}

#wrapper {
	height: 100%;
	margin: 0 auto;
	min-height: 800px;
	width: 960px;
}

#head {
	font-size: 14px;
	line-height: 19px;
	margin: 19px 15px 11px;
	min-height: 19px;
	padding: 5px;
}

#head a, #head a:link, #head a:visited {
	color: #002664;
	font-size: 14px;
	font-weight: 400;
	padding: 5px;
	text-decoration: underline;
	white-space: nowrap;
}

#head a:hover, #head a:active {
	background-color: #0085b333;
	text-decoration: underline;
}

#head a:focus {
	outline: 3px solid #0085b3;
}

#user, #headlinks {
	margin: 0px;
}

#headlinks {
	float: none;
}

#body {
	background-color: white;
	min-height: 800px;
	padding: 15px;
}

a, a:link, a:visited {
	border: none;
	color: #002664;
	font-weight: 600;
	outline: 3px solid transparent;
	text-decoration: underline;
}

a:hover, a:active{
	background-color: #0085b333;
	border: none;
	color: #002664;
	outline: 3px solid transparent;
	text-decoration: underline;
}

a:focus {
	outline: 3px solid #0085b3;
}

h1, h2, h3, h4 {
	color: #22272b;
	font-weight: 700;
	margin: 20px 0;
}

h1 {
	color: #002664;
	font-size: 48px;
	font-weight: 600;
	line-height: 60px;
}

h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 40px;
}

img, svg {
	vertical-align: unset;
}

.validationerror, .ftValidError {
	background-color: #f2dede !important;
	border: 1px solid;
	border-color: #eed3d7;
	border-radius: 5px;
	color: #A70000;
    font-weight: 700;
	margin: 10px 0px;
	padding: 15px 10px 15px 20px !important;
}

#regform > fieldset > div:nth-child(5) > div.hint > p {
	margin-top: 130px;
}

#appnav {
	background-color: #fff;
	border: none;
	border-left: 2px solid #d7153a;
	color: #22272b;
    /*float:left; for appnav on left side*/
	font-size: 16px;
	font-weight: 400;
	margin-bottom: -4000px;
    margin-top: 68px; /*if editing the btn height adjust this to match so page & appnav headings are aligned*/
	padding: 0px;
	width: 200px;
}

#appnav h3 {
	background-color: #002664;
	border: none;
	color: white;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	margin: 0 0 0 -2px;
	padding: 5px 5px 5px 7px;
}

#appnav .current {
	background-color: #f2f2f2;
	border: none;
	border-bottom: 1px solid #ebebeb;
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
	padding: 8px;
}

#appnav li {
	border: none;
	border-bottom: 1px solid #ebebeb;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}

#appnav a, #appnav a:link, #appnav a:visited {
    color:#22272b;
	display: block;
	font-size: 16px;
	font-weight: 400;
	padding: 8px;
    text-decoration: none;
}

#appnav a:hover,#appnav a:active, #appnav a:focus {
	background-color: #e5e9ef;
    text-decoration: none;
}

/*Review & Submit page link when also the selected page*/
#appnav .current a {
	border:none;
    color: #22272b;
	font-weight: 400;
    margin: -8px; /*edit to match the .current padding (negative) to avoid double up with #appnav a*/
}

#appnav hr {
	background-color: black;
	border: none;
	height: 2px;
	margin: 0;
	outline: none;
}

/*For appnav on left side
#htmlForm .appform{
	margin-left:230px;
}*/

.ftEditForm,.ftEditPage {
	border: none;
	width: 700px !important;
}

.appform h2, .ftEditPageHeading, #kc-passwd-update-form h2 {
	background-color: #002664;
    box-sizing: border-box;
	color: white;
	font-size: 20px;
	width: inherit;
}

#kc-passwd-update-form{
	width: 370px;
}

#kc-passwd-update-form h2, #applicantDetailsForm h2, #passwordForm h2{
	/*width: 370px;*/
	padding: 5px;
	text-align: center;
}

.appform h3, .ftEditSectionHeading {
	background-color: #f2f2f2;
    box-sizing: border-box;
	color: #22272B;
	font-size: 18px;
	font-weight: 600;
	line-height: 36px;
	width: inherit;
}

.ftEditColumnHeading {
	background-color: green;
	color: white;
	font-size: 16px;
	width: inherit;
}

.loginbox .appform .btn {
	/*padding-left: 105px;*/
	padding:0 !important; /*left align login button*/
}

.loginbox .appform .l {
	min-width: 145px !important;
}

#kc-form-login #kc-form-buttons .btn{
	text-align: left;
	padding-left: 15px !important;
}

#regform .btn {
	text-align: left; /*left align register button*/
}

#regform .btn .l {
	width: 0;
	padding: 0; /*left align register button*/
}

/*label of MFA steps*/
.otp-steps {
	width: 70px;
}

#smartyfile-logo-link, #smartyfile-link{
    outline: none;
    background-color: transparent;
}

a[title="Download PDF"]:hover {
  background: none;
}

/*Shuffling headlinks buttons*/

#user{
	float:right;
}

#user a[href="/applicant"]{
	/*target My Submissions link*/
	float:left;
	margin-top: -5px;
}

#user .logoutForm{
	/*float:left;*/
	float:right;
}

#user .logoutForm a{
	color: #d7153a !important;
	/*margin-right: 5px;*/
	margin-left: 5px;
}

/*
#user a[href^="/applicant/login"] {
	float: left;
	margin-top: -5px;
	margin-right: 5px;
}
*/
.appform .btn {
	background: none;
	background-color: transparent;
	border: none;
	font-size: 90%;
	height: 48px;
	position: relative;
}

.appform .btn .left, .appform .btn .right{
    width: 160px;
}

.appform .btn .mid {
	width: 370px;
}

#regform .field {
	width: 660px;
}

.appform .l {
	width: 197px;
}

.sg-time {
	border: none;
	text-decoration: none;
}

.minornote{
    background-color: #fff;
    border: none;
    border-left: 4px solid #002664;
    margin: 16px 0;
    padding: 10px;
}

.appform .btn input, #body .appform .btn a.linkbtn, .appform .btn .close, #kc-form-buttons input {
	appearance: none;
	background-color: #fff;
    background-image: none !important;
	border: 2px solid #002664;
    border-radius: 4px;
	color: #002664;
	cursor: pointer;
	font-size: 16px;
    font-weight: 700;
	height: 48px;
	line-height: 44px; /*height minus border top and bottom width*/
	moz-appearance: none;
	padding: 0 !important;
	text-decoration: none;
	webkit-appearance: none;
	width: 160px;
}

.appform .btn input:hover, #body .appform .btn a.linkbtn:hover, .appform .btn .close:hover, #kc-form-buttons input:hover {
	background-color: #002664;
    color:#fff;
}
/*
.appform .btn .next {
	background-image: url(https://static.smartygrants.com.au/default/arrows/black-chevron-right.png);
	background-position: 103px center;
	background-size: 18px;
}
*/
.appform .btn input.btndisabled, .appform .btn input.btndisabled:hover {
	cursor: not-allowed;
	opacity: .4;
	background-color: #f3f3f3 !important;
	color: #002664 !important;
	border-color: #002664 !important;
}

input.btndisabled:hover{
    background-color:#fff;
    color:#002664;
}

/*
.appform .btn .prev {
	background-image: url(https://static.smartygrants.com.au/default/arrows/black-chevron-left.png);
	background-position: 5px center;
	background-size: 18px;
}
*/
#lastSaved {
	float: left !important; /*change to right for appnav on left side*/
	margin-top: -88px; /*increase with appnav margin-top*/
}

.questionLegend {
	width: inherit;
}

/*Links at the top of round landing page and form preview*/
.iconbar .item a {
    display: block;
}

.iconbar .item a:hover {
	background-color: transparent;
	text-decoration: underline;
}

.iconbar .item img {
	margin-top: -7px;
}

.iconbar .item-narrow {
	width: 175px;
}

.iconbar .item-very-wide a, .iconbar .item-wide a {
    display: inline !important;
}

/*.appform textarea.ftFieldAddressFull {
	height: 20px;
	min-width: 500px;
	width: max-content;
}*/

a.leaflet-pelias-search-icon {
	visibility: hidden;
}

.leaflet-left .leaflet-control-custom {
    cursor:pointer;
    width: 62px !important;
}

.create-sf-profile-btn{
    text-decoration:none !important;
}

/*Radio buttons need to be moved down due to the increased line height*/
.ftFieldRadio, .ftFieldCheckbox {
	margin-top: 5px;
}

#footer {
	background-color: #22272b;
	color: white;
    height: 270px;
}

#footer-content {
	margin: 0 auto;
	padding-top: 40px;
	width: 960px;
}

#acknowledgement {
	font-size: 12px;
	border-bottom: 1px solid #cdd3d6;
}

.footer-position {
	float: left;
	font-size: 12px;
	height: 150px;
    line-height: 24px;
	margin-top: 0px;
	width: 42.5%;
}

.footer-position ul {
	margin: 0px;
}

.footer-position li {
	list-style: none;
	margin-bottom: 0px;
}

.footer-position h4 {
	color: white;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
}

.footer-position a, .footer-position a:link, .footer-position a:visited {
	border: none;
	color: white;
	outline: 1px solid transparent;
	text-decoration: underline;
}

.footer-position a:hover, .footer-position a:active, .footer-position a:focus {
	background-color: #fff3;
	border: none;
	color: white;
	outline: 1px solid transparent;
	text-decoration: underline;
}

.footer-position a:focus {
	outline: 1px dotted #0172a8;
} 

#footer-links{
    height:50px;
    margin-top:107px;
    text-align:right;
    width:15%;
}

/*Fields*/
/*move to fit focus state*/
.ftEditBody, .ftViewBody, .ftEditChoice, .ftEditLabel{
    padding-left: 3px;
}

/*All fields default state border & size*/
.ftFieldText, input[type="text"].ftFieldText, .ftFieldTextarea, textarea.ftFieldTextarea, .ftOtherInput {
    border: 1px solid #22272B;
    border-radius: 4px;
    margin-top: 3px;
    padding: 12px 16px;
    box-sizing: border-box;
}

.appform textarea.ftFieldAddressFull {
    width: 100%;
} /*????????????????????? will this impact address fields in grids, columns?*/

.ftEditAddress textarea {
    padding: 9px 16px;
}

.hint {
    color: #22272b !important;
}

/*Validation error messages - to be added - icon?*/
.validationerror, .ftValidError{
    background-color: #f7e7eb !important;
    border: none;
    border-radius: 0;
    color: #22272b !important;
    font-size: 14px !important;
    padding: 8px !important;
}

/*All page fields*/
.appform .full input {
    width:442px;
    padding: 8px;
    border: 1px solid #22272B;
    border-radius: 4px;
    box-sizing: border-box;
    height: 48px;
    margin:6px;
}

.appform .full input:hover {
    background-color: #e5e9ef;
}

.appform input:focus-visible, .ftFieldAddressFull:focus-visible, .ftFieldTextarea:focus-visible{
    outline: solid 3px #0085b3;
    outline-offset:3px;
}

/*Date field alignment*/
.ftEditDate {
    margin-top: 3px;
}

/*Drop downs*/
/*.ftFieldNameTitle,*/ .select2-container .select2-choice,.select2-container.select2-container-disabled .select2-choice, select{
    background: #fff;
    border: 1px solid #22272b;
    border-radius: 4px;
    box-sizing: border-box;
    height: 45px;
    margin-top: 3px;
    padding: 8px;
}

/*Title drop down with labels left*/
.ftEditName .ftFieldNameTitle {
    margin-top: 3px;
}

/*Drop down arrow*/
.select2-container .select2-choice .select2-arrow{
    border:none;
}

.select2-container .select2-choice .select2-arrow b, .select2-dropdown-open .select2-choice .select2-arrow b{
    background-color: #fff;
    background-position-y: 9px !important;
}

/*Drop downs disabled*/
.select2-container.select2-container-disabled .select2-choice{
    background:#f8f8f8;
    margin-top: 3px;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow b{
    background-color: #f8f8f8;
}

.dropdown-disabled {
    border: none;
    background-color: transparent;
    color: #22272b;
    padding:0;
}

.dropdown-arrow-disabled{
    visibility: hidden;
}

/*Date fields*/
.ftFieldDate {
    border: 1px solid #22272B;
    border-radius: 4px;
    padding: 12px 8px;
    box-sizing: border-box;
}

/*All field labels to add space for the focus outline*/
.ftFieldLabel{
	margin-bottom: 3px;
}

/*All field blocks to add space for the focus outline*/
.ftEditQuestion{
	margin-left: 6px !important;
	margin-right: 6px !important;
}

/*Expand short reference fields*/
.ftFieldShort.ftReferenceQuestion, .ftFieldDate.ftReferenceQuestion {
    max-width: 145px !important;
}

/*Hide calendar icon on disabled date fields*/
.toggleIfDisabled .ftEditDate .date-picker-control-disabled {
    visibility: hidden;
}

/*Date reference field padding*/
.ftFieldDate.ftReferenceQuestion {
    padding: 12px 16px;
}

/*Registration page fields*/
#regform .field{
    width:630px;
}

#regform .appform .l{
    padding: 0 0 0 6px;
}

#regform .appform .full{
    padding-top: 0;
}

/*Login page fields*/
.loginbox .appform .l {
	padding-left:6px;
}

/*Login page fields*/ /*Temp password fields*/
#username, #password, #password-new, #password-confirm {
    border: 1px solid #22272B;
    border-radius: 4px;
    box-sizing: border-box;
    height: 48px !important;
	margin:6px;
    padding: 11px 16px;
    width: 96% !important;
}

#username:hover, #password:hover, #password-new:hover, #password-confirm:hover {
    background-color: #e5e9ef;
}

#password-new:focus-visible, #password-confirm:focus-visible{
	outline: 3px solid #0085b3;
    outline-offset:3px;
}

.loginbox .appform h2 {
    width: 100%;
}

/*Update details page fields*/
#applicantDetailsForm .field input, #passwordForm .field input {
    border: 1px solid #22272b;
    border-radius: 4px;
    box-sizing: border-box;
	height: 48px;
    margin: 3px 6px 6px;
    padding: 11px 16px;
    width: 324px;
}

#applicantDetailsForm .field input:hover, #passwordForm .field input:hover{
	background-color: #e5e9ef;
}

/*Advanced Search fields*//*
#submissions .input{
	border: 1px solid #22272b;
	border-radius: 4px;
	height: 48px;
	margin: 3px 6px 6px;
	padding: 11px 16px;
}

#submissions .input:focus-visible, #submissions select:focus{
	outline: 3px solid #0085b3;
	outline-offset: 3px;
}

#submissions select{
	border: 1px solid #22272b;
	border-radius: 4px;
	height: 48px;
	padding: 11px 16px;
	margin: 0 6px;
}

#submissions label{
	line-height: 40px;
}

Increasing height of the sort by row
.justify-content-between{
	height:95px;
}

.mb-3{
	margin-top: 10px;
}*/

.ftFileRemove, .ftShowGridPopup, .ftHideGridPopup, .ftAddMore input{
	background-color: #fff;
	border: 2px solid #200664;
	border-radius: 4px;
	color: #200664;
	cursor:pointer;
	font-weight: 700;
	padding: 5px;
}

.ftFileRemove:hover, .ftShowGridPopup:hover, .ftHideGridPopup:hover, .ftAddMore input:hover{
	background-color:#200664;
	color: #fff;
}

.fileinput-button input{
	cursor:pointer;
}

.ftValidError input {
	color: #fff;
	background-color: #b81237;
	border: 2px solid #b81237;
	padding: 5px;
	border-radius: 4px;
	cursor: pointer;
}

.ftValidError input:hover {
	background-color: #b81237;
	color: #fff;
	opacity:0.8;
}

/*Field border and hover colour when there's a validation error*/
.sgErrorFocusClass {
	border: 2px solid#b81237 !important;
}

.sgErrorFocusClass:hover {
	background-color: #f7e7eb;
}

.sgErrorFocusClass .select2-choice {
    border: 2px solid #b81237;
    border-radius: 4px;
    margin: -3px;
}

input[disabled]{
	cursor:not-allowed;
}

.ftAddMore input[disabled], .ftAddMore input[disabled]:hover{
	opacity:0.5;
	background-color: #ebebeb;
	border-color: #200664;
	color:#002664;
}

/*My Submissions icons*/

.btn-link{
	color:#002664;
}

.btn-outline-primary{
	color: #002664;
	border-color: #002664;
}

.btn-primary{
	background-color: #002664;
	border-color: #002664;
}

.btn-link:hover{
	background-color: #002664 !important;
}

.btn-outline-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary:active{
	background-color: #26467b !important;
	border-color: #26467b !important;
	color:#fff;
}

.custom-control-input:checked ~ .custom-control-label::before{
	border-color: #002664;
	background-color: #002664;
}

#submissions .custom-select {
    margin-top: 0;
}



/*SF my submissions things. don't touch*/


#submissions .col-1 button {
	background-color: #007bff;
	color: #fff;
  }
  
  #submissions .col-1 button:hover {
	color: #007bff;
	background-color: white;
  border: 1px solid;
  }
  
  #app-detail-modal button.btn-primary {
	  background: none;
	  border-color: #6c757d;
	  color: black;
  }
  
  #submissions a {
  }
  
  a#rc-responselink, a#rsc-responselink  {
	  text-decoration: underline;
	color: #007bff;
  
  }
  
  #submissions .app-title a{ 
	  text-decoration: underline;
  
  }